home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / shwdlg16.hqx / ShowDialog XCMD 1.6.rsrc / TEXT_2000_New in SD 1.6_1.txt < prev    next >
Text File  |  1989-05-10  |  1KB  |  12 lines

  1. What's new in ShowDialog XCMD version 1.6:
  2.  
  3. There have been significant changes made to ShowDialog since version 1.5.  The primary changes are:
  4.  
  5. 1.  ShowDialog types 2, 3, and 4 now return their result in a RETURN-delimited list, instead of a comma-delimited list.  Many people expressed dismay that errors would occur in processing the result if the user entered commas into the Editable Text fields.  This problem has been corrected in this version.
  6.  
  7. 2.  ShowDialog types 2, 3, and 4 can now have AS MANY fields of Editable Text as you desire.  The limit of two fields has been removed.  The user simply tabs through the fields of Editable Text in the dialog.  The result contains the contents of the Editable Text fields in a RETURN-delimited list.
  8.  
  9. 3.  ShowDialog type 2 can now contain as many check boxes as you desire. 
  10.  
  11. 4.  You can no longer specify the window title in the ShowDialog type 2 parameter list.  If you're using a procID window of 0, then the window title must be specified in the DLOG template.  This parameter was removed because it seemed silly to title the dialog on the fly.
  12.